home *** CD-ROM | disk | FTP | other *** search
- cancel_btn.onRelease = cancel_btn.onReleaseOutside = function()
- {
- this._parent.gotoAndStop("init");
- };
- okay_btn.onRelease = okay_btn.onReleaseOutside = function()
- {
- audibleterms = true;
- trace("WEBLINK:" + webLink);
- getURL("lingo:Flsh_openWebPage(\"" + webLink + "\")","");
- this._parent.gotoAndStop("init");
- };
- help_box.title.text = "PARENT POWER CD-Rom";
-